BASIC,tiny - definitie. Wat is BASIC,tiny
Diclib.com
Woordenboek ChatGPT
Voer een woord of zin in in een taal naar keuze 👆
Taal:

Vertaling en analyse van woorden door kunstmatige intelligentie ChatGPT

Op deze pagina kunt u een gedetailleerde analyse krijgen van een woord of zin, geproduceerd met behulp van de beste kunstmatige intelligentietechnologie tot nu toe:

  • hoe het woord wordt gebruikt
  • gebruiksfrequentie
  • het wordt vaker gebruikt in mondelinge of schriftelijke toespraken
  • opties voor woordvertaling
  • Gebruiksvoorbeelden (meerdere zinnen met vertaling)
  • etymologie

Wat (wie) is BASIC,tiny - definitie

DIALECT OF THE BASIC PROGRAMMING LANGUAGE
Tiny BASIC programming language; Tiny Basic; Tiny basic software; TinyBASIC; Tinybasic; Palo Alto Tiny BASIC; Palo Alto TinyBASIC
  • A paper tape containing the expanded 8K version of Microsoft BASIC
  • The use of "Copyleft; All Wrongs Reserved" in 1976<ref name="issue1976"/>

Tiny BASIC         
<language> A dialect of BASIC developed by Dr. Wang [Wong?] in the late 1970s. Tiny BASIC was 2K bytes in size and was loaded from paper tape. It ran on almost any Intel 8080 or Zilog Z80 microprocessor for which the user could provide the necessary I/O driver software. Tiny BASIC was distributed as [the first ever?] freeware. The program listing contained the following phrases "All Wrongs reserved" and "CopyLeft", he obviously wasn't interested in money. See also Tiny Basic Interpreter Language. [More info?] (1997-09-12)
Tiny BASIC         
Tiny BASIC is a family of dialects of the BASIC programming language that can fit into 4 or fewer KBs of memory. Tiny BASIC was designed in response to the open letter published by Bill Gates complaining about users pirating Altair BASIC, which sold for $150.
Basic (dance move)         
DANCE MOVE-RELATED
Basic Step; Basic movement (dance); Basic step; Basic pattern; Basic move; Basic movement; Basic figure
The basic step, basic figure, basic movement, basic pattern, or simply basic is the dance move that defines the character of a particular dance. It sets the rhythm of the dance; it is the default move to which a dancer returns, when not performing any other moves.

Wikipedia

Tiny BASIC

Tiny BASIC is a family of dialects of the BASIC programming language that can fit into 4 or fewer KBs of memory. Tiny BASIC was designed in response to the open letter published by Bill Gates complaining about users pirating Altair BASIC, which sold for $150. Tiny BASIC was intended to be a completely free version of BASIC that would run on the same early microcomputers.

Tiny BASIC was released as a specification, not an implementation, published in the September 1975 issue of the People's Computer Company (PCC) newsletter. The article invited programmers to implement it on their machines and send the resulting assembler language implementation back for inclusion in a series of three planned newsletters. Li-Chen Wang, author of Palo Alto Tiny BASIC, coined the term "copyleft" to describe this concept. The community response was so overwhelming that the newsletter was relaunched as Dr. Dobb's Journal, the first regular periodical to focus on microcomputer software. Dr. Dobb's lasted in print form for 34 years and then online until 2014, when its website became a static archive.

The small size and free source code made these implementations invaluable in the early days of microcomputers in the mid-1970s, when RAM was expensive and typical memory size was only 4 to 8 KB. While the minimal version of Microsoft's Altair BASIC would also run in 4 KB machines, it left only 790 bytes free for BASIC programs. More free space was a significant advantage of Tiny BASIC. To meet these strict size limits, Tiny BASIC dialects generally lacked a variety of features commonly found in other dialects, for instance, most versions lacked string variables, lacked floating-point math, and allowed only single-letter variable names.

Tiny BASIC implementations are still used today, for programming microcontrollers such as the Arduino.